type flag.boolFlag

3 uses

	flag (current package)
		flag.go#L133: type boolFlag interface {
		flag.go#L490: 	case boolFlag:
		flag.go#L966: 	if fv, ok := flag.Value.(boolFlag); ok && fv.IsBoolFlag() { // special case: doesn't need an arg